home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
8605
/
8605.xpi
/
chrome
/
content
/
status.js
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2009-02-01
|
334 b
|
11 lines
function ro_cvds_initStatus()
{
status = window.opener.ro_cvds_daInstance.status;
if (!status.error)
prefix = "OK";
else
prefix = "Error";
document.getElementById("statusCode").setAttribute("value",prefix+":");
document.getElementById("statusMsg").setAttribute("value",status.message);
}